- bit-by-bit complement
- побитовое дополнение
Англо-русский словарь по компьютерной безопасности. Академик.ру. 2011.
Англо-русский словарь по компьютерной безопасности. Академик.ру. 2011.
Complement a deux — Complément à deux Le complément à deux est une représentation binaire des entiers relatifs qui permet d effectuer les opérations arithmétiques usuelles naturellement. bit de signe 0 1 1 … Wikipédia en Français
Complément À Deux — Le complément à deux est une représentation binaire des entiers relatifs qui permet d effectuer les opérations arithmétiques usuelles naturellement. bit de signe 0 1 1 … Wikipédia en Français
Complément à 2 — Complément à deux Le complément à deux est une représentation binaire des entiers relatifs qui permet d effectuer les opérations arithmétiques usuelles naturellement. bit de signe 0 1 1 … Wikipédia en Français
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia
Complément à deux — Le complément à deux est une représentation binaire des entiers relatifs qui permet d effectuer les opérations arithmétiques usuelles naturellement. bit de signe 0 … Wikipédia en Français
Ones' complement — The ones complement of a binary number is defined as the value obtained by inverting all the bits in the binary representation of the number (swapping 0 s for 1 s and vice versa). The ones complement of the number then behaves like the negative… … Wikipedia
Two's complement — The two s complement of a binary number is defined as the value obtained by subtracting the number from a large power of two (specifically, from 2 N for an N bit two s complement).A two s complement system or two s complement arithmetic is a… … Wikipedia
two's complement — noun a) The number obtained by complementing every bit of a given number and adding one. A number and its complement add to 2, where n is the word size of the machine. The twos complement of 0xAAAA is 0x5556 on a 16 bit machine, and 0xFFFF5556 on … Wiktionary
ones' complement — noun a) The number obtained by subtracting a given n digit binary number from (which yields the same result as the logical complement). The ones complement of 0xAAAA is 0x5555 on a 16 bit machine, and 0xFFFF5555 on a 32 bit machine. b) The… … Wiktionary
Two's Complement — Das Zweierkomplement (auch 2 Komplement, Zweikomplement, B(inär) Komplement, Basiskomplement, two s complement) ist eine arithmetische Operation auf Dualzahlen. Dabei werden zunächst alle Ziffern bzw. Bits negiert, das heißt aus 0 wird 1 und… … Deutsch Wikipedia
logical complement — noun The number, obtained by complementing every bit of a given number, which produces all ones when exclusive ored with the given number. The logical complement of 0xAAAA is 0x5555 on a 16 bit machine, and 0xFFFF5555 on a 32 bit machine. Syn:… … Wiktionary